Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633446 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/195 - Stick Hero Game

app.js cody/swapnilsparsh/30DaysOfJavaScript/195 - Stick Hero Game/app.js
188 Views
0 Comments
/*



If you want to know how this game was made, check out this video, that explains how it's made:

https://youtu.be/eue3UdFvwPo

style.css cody/swapnilsparsh/30DaysOfJavaScript/195 - Stick Hero Game/style.css
123 Views
0 Comments
html,
body {
height: 100%;
margin: 0;
}

body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
index.html cody/swapnilsparsh/30DaysOfJavaScript/195 - Stick Hero Game/index.html
293 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<!-- Mirrored from amazing-js-projects.netlify.app/stick hero game by yash-25log/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 20 May 2022 17:09:41 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">